home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_634 / nonclick / doc next >
Text File  |  1992-05-06  |  4KB  |  107 lines

  1.  
  2.  
  3.                                                  1991-02-20
  4.  
  5.  
  6.                                NonClick V1.06
  7.                               ================
  8.  
  9. NonClick by Kjell Cederfeldt in February 1991. (The Fourth Dimension)
  10. (C) Copyright 1991. All rights reserved.
  11.  
  12. NonClick is Public Domain. It may be freely distributed for non commercial
  13. purposes as long as this document is distributed along with it.
  14.  
  15. Kjell Cederfeldt             phone 031-30 63 34 home
  16. Hammarkulletorget 39                   30 63 10 support BBS
  17. S-424 37 GÖTEBORG                      11 57 00 office
  18. SWEDEN                                 11 98 17 fax
  19.  
  20. UseNet: ...{uunet|pyramid|rutgers}!cbmvax!cbmehq!cbmswe!datac!kjell
  21.  
  22. NonClick is written in 100% DevPac Assembler on Amiga 3000.
  23.  
  24. This program works only under AmigaDOS 2.0 because it uses noclick-flag in
  25. trackdisk.device. This flag is only availible from rev 36 and higher.
  26.  
  27. Why use NonClick?
  28.  
  29. NonClick changes the noclick-flag in trackdisk.device so that the diskdrives
  30. will stop their annoying sound. After doing that, the program will close and
  31. exit. Therefore NonClick will not take up memory or processor-time once it
  32. has done its job. NonClick in not likely to disturb or be disturbed by other
  33. programs, since it is only in memory for a very short time. NonClick can
  34. turn the clicking back on if You should like to do that. NewPrint is fairly
  35. short, 4532 bytes when listed.
  36.  
  37. Why would anyone like to tur clicking back on?
  38.  
  39. Some programs that are not so good written dont like that the clicking is
  40. turned off. Some will not recognise the drives and some will not recognise
  41. a diskchange. Besides, I think a good program should be able to "undo" what
  42. it has done.
  43.  
  44. How to run NonClick from WorkBench:
  45.  
  46. Double-click on it's icon. A small window will open on the screen. In the
  47. window You will find seven gadgets. The top four are used to set clicking on
  48. or off for each drive (df0: - df3:). Drives not found by the system whill
  49. appear "ghosted" and do not respond to input. The gadgets reflect the current
  50. settings for each drive. Tho change the settings, just click the left mouse
  51. button on the drive gadget You want to change. Under the four drive.gadgets
  52. are three more gadgets: <OK> <QUIT> and <CANCEL>
  53.  
  54. <OK> will execute the changes that You made, close the window and rest in the
  55. background. You kan open the window again by choosing NonClick from the
  56. Tools menu on the WorkBench screen.
  57.  
  58. <QUIT> will execute the changes made, and end the program.
  59.  
  60. <CANCEL> will close the window without executing changes made. NonClick is
  61. resting in Tools-menu like described under <OK>.
  62.  
  63.  
  64. Syntax for NonClick:
  65.  
  66. From Shell/CLI
  67.  
  68. NonClick <-|+Unit#>
  69.  
  70. -h or -?         Prints a short help-text.
  71. -a               Turns clicking off on all drives found by system.
  72. +a               Turns clicking on on all drives.
  73. -0 or +0         Turns df0: off or on respectively.
  74. -1 or +1         Turns df1: off or on respectively.
  75. -2 or +2         Turns df2: off or on respectively.
  76. -3 or +3         Turns df3: off or on respectively.
  77.  
  78. Example:
  79. NonClick -02     Turns clicking off on drives df0: and df2:
  80. NonClick -0+1-2  Same as above, but also turns clicking on on df1:
  81. NonClick -a+3    Turns clicking off on all drives exept df3: 
  82.  
  83.  
  84. WorkBench:
  85.  
  86. <OK>             Execute changes made and close window. Program rests in
  87.                  WorkBench's Tools menu.
  88.  
  89. <QUIT>           Execute changes made and quit.
  90.  
  91. <CANCEL>         Does not execute changes. Program closes window and rests
  92.                  in WorkBench's Tools menu.
  93.  
  94.  
  95.  
  96. There are no bugs that I know of. If You find any, please let me know.
  97.  
  98. Thanks to the following for their help:
  99.  
  100. Nicklas Pernblad
  101. Patrik Holmsten
  102. Lorenz Einarsson
  103. Jerry Sandstedt
  104.  
  105.  
  106. / Kjell Cederfeldt
  107.